home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / CRYPTO.HDR < prev    next >
Text File  |  1994-04-25  |  696b  |  26 lines

  1. /*****************************************************************************
  2.  The Klipper Library, By Kirby L. Wallace.  Copyright (c), 1986-1992
  3.              Wallace Information Systems Engineering
  4.  
  5.  
  6. FUNCTION:
  7.  
  8. _Crypto( @cString, cKey ) --> NIL
  9.  
  10. PARAMETERS:
  11.  
  12. cString: String to be encrypted
  13. cKey   : Encryption key
  14.  
  15. DESCRIPTION:
  16.  
  17. Identical to _CryptoHI() in syntax and description.
  18.  
  19. _Crypto() is a fast encryption function that offers lighter
  20. security in favour of higher speed.
  21.  
  22. NOTE: cString MUST be passed to _Crypto() BY REFERENCE.  Failure
  23. to do so may yield unpredictable results.
  24.  
  25. ******************************************************************************/
  26.